From: Ceph Packaging Team Date: Tue, 7 Jan 2020 19:50:28 +0000 (+0000) Subject: fix-clang-build X-Git-Tag: archive/raspbian/14.2.5-3+rpi1~6^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e877f0008dbe76d6e3cc6aa2b728327b9af2d26b;p=ceph.git fix-clang-build Gbp-Pq: Name fix-clang-build.patch --- diff --git a/src/rgw/rgw_rest_conn.h b/src/rgw/rgw_rest_conn.h index 82047d24e..9a210292b 100644 --- a/src/rgw/rgw_rest_conn.h +++ b/src/rgw/rgw_rest_conn.h @@ -438,7 +438,7 @@ public: int wait(T *dest, E *err_result = nullptr); }; -template +template int RGWRESTSendResource::wait(T *dest, E *err_result) { int ret = req.wait();